home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00486.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  166 b   |  10 lines

  1. on mouseDown
  2.   global IconList2
  3.   tell the stage
  4.     playSFX(5)
  5.   end tell
  6.   go(the frame + 1)
  7.   iconObj = getaProp(IconList2, the clickOn)
  8.   trackMouse(iconObj)
  9. end
  10.